IntEEPROM
 
 
 Bean IntEEPROM
 
Internal EEPROM

User types are derived from basic types and they are designed for usage in driver interface. The following types are supported: pointer, array, structure, union and user declaration.

User types:

  • BeanName_TAddress : user definition
    HCS12X derivatives:
    
    typedef far word * far TAddress; /* User type for address to the EEPROM */
    
    other derivatives:
    
    typedef word TAddress; /* User type for address to the EEPROM */
    User type for addressing of the EEPROM. Actual type depends on the CPU family.



Processor ExpertTM and Embedded BeansTM are registered trademarks of UNIS, Ltd.
©1997-2005, UNIS, Ltd.